Investigator API
POST Search RateDirectory
Overview
OperationId: POST Search RateDirectory
Authorization Method(s): OAuth
Verb: POST
End Point: /api/ratedirectory/search
Example Request
{
"filters": {
"releaseNumber": null,
"dateType": "Date"
},
"parameters": {
"geocode": null,
"locations": [],
"postalCode": null,
"npanxx": null,
"stateCountyCity": null,
"state": null,
"asOfDate": {
"year": "2025",
"month": "02",
"day": 1
},
"address": {
"address1": "",
"address2": "",
"city": "",
"county": "",
"postalCode": "",
"plus4": "",
"state": ""
},
"currentPage": 0,
"pageSize": 0
},
"clientNumber": "${Client Number}",
"searchCountry": "UnitedStates",
"searchOption": "Location",
"searchType": "RateDirectory"
}Overview
Example Response
{
"results": [
{
"locationID": "",
"state": "",
"county": "",
"city": "",
"local": "",
"postalCode": "",
"plus4": "",
"sales_Use": "",
"federal_TaxRate": 0,
"state_TaxRate": 0,
"county_TaxRate": 0,
"city_TaxRate": 0,
"local_TaxRate": 0,
"effectiveDate": "2025-03-12T13:54:43.8763953-06:00",
"total_TaxRate": 2,
"totalPages": 1
}
],
"locationResults": [
{
"locationId": "",
"results": [
{
"locationID": "",
"state": "",
"county": "",
"city": "",
"local": "",
"postalCode": "",
"plus4": "",
"sales_Use": "",
"federal_TaxRate": 0,
"state_TaxRate": 0,
"county_TaxRate": 0,
"city_TaxRate": 0,
"local_TaxRate": 0,
"effectiveDate": "2025-03-12T13:54:43.8764012-06:00",
"total_TaxRate": 2,
"totalPages": 1
}
]
}
],
"errors": []
}| code | description |
|---|---|
| 200 | RateDirectory search results were successfully returned. |
| 401 | Use doesn't have access to use this API. |
| 404 | Not Found |